home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode CCW
- mgStateShadeMode Gouraud
- mgStateClip Y
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite Y
- mgStateZBufferFunc LessEqual
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude TextureParam4x.txt
-
-
- //-------------------- AlphaBlend -----------------
- mgStateAlphaBlend N
-
- //-------------------- AlphaTest ------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 1
- mgStateAlphaTestFunc GreaterEqual
-
- //-------------------- Fog ------------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light ----------------------
- mgStateLight N
- mgStateNormalizeNormals Y
- mgStateSpecular N
- mgStateColorVertex Y
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Color2
- mgStateAmbientMatSource Color2
- mgStateEmissiveMatSource Material
-
-
-
-